home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / pressgen / inetma.txt < prev    next >
Text File  |  1992-06-24  |  13KB  |  399 lines

  1. Contents:
  2.     I : The Internetworking Guide
  3.     II: Networks NOT(yet) reachable from the Internet.
  4. --------
  5.  
  6. Inter-Network Mail Guide - Copyright 1990 by John J. Chew
  7.   $Header: netmail,v 1.12 90/07/06 20:38:28 john Exp $
  8.  
  9. COPYRIGHT NOTICE
  10.  
  11. This document is Copyright 1990 by John J. Chew.  All rights reserved.
  12. Permission for non-commercial distribution is hereby granted, provided
  13. that this file is distributed intact, including this copyright notice
  14. and the version information above.  Permission for commercial distribution
  15. can be obtained by contacting the author as described below.
  16.  
  17. INTRODUCTION
  18.  
  19. This file documents methods of sending mail from one network to another.
  20. It represents the aggregate knowledge of the readers of comp.mail.misc
  21. and many contributors elsewhere.  If you know of any corrections or
  22. additions to this file, please read the file format documentation below
  23. and then mail to me: John J. Chew <poslfit@gpu.utcs.utoronto.ca>.  If
  24. you do not have access to electronic mail (which makes me wonder about
  25. the nature of your interest in the subject, but there does seem to be
  26. a small such population out there) you can call me during the month of
  27. July at +1 416 979 7166 between 11:00 and 24:00 EDT (UTC-4h) and most
  28. likely talk to my answering machine (:-).
  29.  
  30. DISTRIBUTION
  31.  
  32. (news) This list is posted monthly to Usenet newsgroups comp.mail.misc and
  33.   news.newusers.questions.  
  34. (mail) I maintain a growing list of subscribers who receive each monthly 
  35.   issue by electronic mail, and recommend this to anyone planning to 
  36.   redistribute the list on a regular basis.  
  37. (FTP) Internet users can fetch this guide by anonymous FTP as ~ftp/pub/docs/
  38.   internetwork-mail-guide on Ra.MsState.Edu (130.18.80.10 or 130.18.96.37)
  39.   [Courtesy of Frank W. Peters]
  40. (Listserv) Bitnet users can fetch this guide from the Listserv at UNMVM.
  41.   Send mail to LISTSERV@UNMVM with blank subject and body consisting of
  42.   the line "GET NETWORK GUIDE".  [Courtesy of Art St. George]
  43.  
  44. HOW TO USE THIS GUIDE
  45.  
  46. Each entry in this file describes how to get from one network to another.
  47. To keep this file at a reasonable size, methods that can be generated by
  48. transitivity (A->B and B->C gives A->B->C) are omitted.  Entries are sorted
  49. first by source network and then by destination network.  This is what a
  50. typical entry looks like:
  51.  
  52.   #F mynet
  53.   #T yournet
  54.   #R youraddress
  55.   #C contact address if any
  56.   #I send to "youraddress@thegateway"
  57.  
  58. For parsing purposes, entries are separated by at least one blank line,
  59. and each line of an entry begins with a `#' followed by a letter.  Lines
  60. beginning with `# ' are comments and need not be parsed.  Lines which do
  61. not start with a `#' at all should be ignored as they are probably mail
  62. or news headers.
  63.  
  64. #F (from) and #T (to) lines specify source and destination networks.
  65. If you're sending me information about a new network, please give me
  66. a brief description of the network so that I can add it to the list
  67. below.  The abbreviated network names used in #F and #T lines should
  68. consist only of the characters a-z, 0-9 and `-' unless someone can
  69. make a very convincing case for their favourite pi character.
  70.  
  71. These are the currently known networks with abbreviated names:
  72.  
  73.   applelink     AppleLink (Apple Computer, Inc.'s in-house network)
  74.   bitnet        international academic network
  75.   bix           Byte Information eXchange: Byte magazine's commercial BBS
  76.   bmug          Berkeley Macintosh Users Group
  77.   compuserve    commercial time-sharing service
  78.   connect       Connect Professional Information Network (commercial)
  79.   easynet       Easynet (DEC's in-house mail system)
  80.   envoy      Envoy-100 (Canadian commercial mail service)
  81.   fax           Facsimile document transmission
  82.   fidonet       PC-based BBS network
  83.   geonet        GeoNet Mailbox Systems (commercial)
  84.   internet      the Internet
  85.   mci           MCI's commercial electronic mail service
  86.   mfenet        Magnetic Fusion Energy Network
  87.   nasamail      NASA internal electronic mail
  88.   peacenet      non-profit mail service
  89.   sinet         Schlumberger Information NETwork
  90.   span          Space Physics Analysis Network (includes HEPnet)
  91.   sprintmail    Sprint's commercial mail service (formerly Telemail)
  92.   thenet        Texas Higher Education Network
  93.  
  94. #R (recipient) gives an example of an address on the destination network, 
  95. to make it clear in subsequent lines what text requires subsitution.
  96.  
  97. #C (contact) gives an address for inquiries concerning the gateway,
  98. expressed as an address reachable from the source (#F) network.
  99. Presumably, if you can't get the gateway to work at all, then knowing
  100. an unreachable address on another network will not be of great help.
  101.  
  102. #I (instructions) lines, of which there may be several, give verbal
  103. instructions to a user of the source network to let them send mail
  104. to a user on the destination network.  Text that needs to be typed
  105. will appear in double quotes, with C-style escapes if necessary.
  106.  
  107. #F applelink
  108. #T internet
  109. #R user@domain
  110. #I send to "user@domain@internet#"
  111. #I   domain can be be of the form "site.bitnet", address must be <35 characters
  112.  
  113. #F bitnet
  114. #T internet
  115. #R user@domain
  116. #I Methods for sending mail from Bitnet to the Internet vary depending on
  117. #I what mail software is running at the Bitnet site in question.  In the
  118. #I best case, users should simply be able to send mail to "user@domain".
  119. #I If this doesn't work, try "user%domain@gateway" where "gateway" is a 
  120. #I regional Bitnet-Internet gateway site.  Finally, if neither of these
  121. #I works, you may have to try hand-coding an SMTP envelope for your mail.
  122. #I If you have questions concerning this rather terse note, please try
  123. #I contacting your local postmaster or system administrator first before
  124. #I you send me mail -- John Chew <poslfit@gpu.utcs.utoronto.ca>
  125.  
  126. #F compuserve
  127. #T fax
  128. #R +1 415 555 1212
  129. #I send to "FAX 14155551212" (only to U.S.A.)
  130.  
  131. #F compuserve
  132. #T internet
  133. #R user@domain
  134. #I send to ">INTERNET:user@domain"
  135.  
  136. #F compuserve
  137. #T mci
  138. #R 123-4567
  139. #I send to ">MCIMAIL:123-4567"
  140.  
  141. #F connect
  142. #T internet
  143. #R user@domain
  144. #I send to CONNECT id "DASNET"
  145. #I first line of message: "\"user@domain\"@DASNET"
  146.  
  147. #F easynet
  148. #T bitnet
  149. #R user@site
  150. #C DECWRL::ADMIN
  151. #I from VMS use NMAIL to send to "nm%DECWRL::\"user@site.bitnet\""
  152. #I from Ultrix
  153. #I   send to "user@site.bitnet" or if that fails
  154. #I     (via IP) send to "\"user%site.bitnet\"@decwrl.dec.com"
  155. #I     (via DECNET) send to "DECWRL::\"user@site.bitnet\""
  156.  
  157. #F easynet
  158. #T fidonet
  159. #R john smith at 1:2/3.4
  160. #C DECWRL::ADMIN
  161. #I from VMS use NMAIL to send to 
  162. #I   "nm%DECWRL::\"john.smith@p4.f3.n2.z1.fidonet.org\""
  163. #I from Ultrix
  164. #I   send to "john.smith@p4.f3.n2.z1.fidonet.org" or if that fails
  165. #I     (via IP) send to "\"john.smith%p4.f3.n2.z1.fidonet.org\"@decwrl.dec.com"
  166. #I     (via DECNET) send to "DECWRL::\"john.smith@p4.f3.n2.z1.fidonet.org\""
  167.  
  168. #F easynet
  169. #T internet
  170. #R user@domain
  171. #C DECWRL::ADMIN
  172. #I from VMS use NMAIL to send to "nm%DECWRL::\"user@domain\""
  173. #I from Ultrix
  174. #I   send to "user@domain" or if that fails
  175. #I     (via IP) send to "\"user%domain\"@decwrl.dec.com"
  176. #I     (via DECNET) send to "DECWRL::\"user@domain\""
  177.  
  178. #F envoy
  179. #T internet
  180. #R user@domain
  181. #C ICS.TEST or ICS.BOARD
  182. #I send to "[RFC-822=\"user(a)domain\"]INTERNET/TELEMAIL/US
  183. #I for special characters, use @=(a), !=(b), _=(u), any=(three octal digits)
  184.  
  185. #F fidonet
  186. #T internet
  187. #R user@domain
  188. #I send to "uucp" at nearest gateway site
  189. #I first line of message: "To: user@domain"
  190.  
  191. #F geonet
  192. #T internet
  193. #R user@domain
  194. #I send to "DASNET"
  195. #I subject line: "user@domain!subject"
  196.  
  197. #F internet
  198. #T applelink
  199. #R user
  200. #I send to "user@applelink.apple.com"
  201.  
  202. #F internet
  203. #T bitnet
  204. #R user@site
  205. #I send to "user%site.bitnet@gateway" where "gateway" is a gateway host that
  206. #I   is on both the internet and bitnet.  Some examples of gateways are:
  207. #I   cunyvm.cuny.edu mitvma.mit.edu.  Check first to see what local policies
  208. #I   are concerning inter-network forwarding.
  209.  
  210. #F internet
  211. #T bix
  212. #R user
  213. #I send to "user@dcibix.das.net"
  214.  
  215. #F internet
  216. #T bmug
  217. #R John Smith
  218. #I send to "John.Smith@bmug.fidonet.org"
  219.  
  220. #F internet
  221. #T compuserve
  222. #R 71234,567
  223. #I send to "71234.567@compuserve.com"
  224. #I   note: Compuserve account IDs are pairs of octal numbers.  Ordinary
  225. #I     consumer CIS user IDs begin with a `7' as shown.
  226.  
  227. #F internet
  228. #T connect
  229. #R NAME
  230. #I send to "NAME@dcjcon.das.net"
  231.  
  232. #F internet
  233. #T easynet
  234. #R HOST::USER
  235. #C admin@decwrl.dec.com
  236. #I send to "user@host.enet.dec.com" or "user%host.enet@decwrl.dec.com"
  237.  
  238. #F internet
  239. #T easynet
  240. #R John Smith @ABC
  241. #C admin@decwrl.dec.com
  242. #I send to "John.Smith@ABC.MTS.DEC.COM"
  243. #I (This syntax is for All-In-1 users.)
  244.  
  245. #F internet
  246. #T envoy
  247. #R John Smith (ID=userid)
  248. #C /C=CA/ADMD=TELECOM.CANADA/ID=ICS.TEST/S=TEST_GROUP/@nasamail.nasa.gov
  249. #C   for second method only
  250. #I send to "uunet.uu.net!att!attmail!mhs!envoy!userid"
  251. #I   or to "/C=CA/ADMD=TELECOM.CANADA/DD.ID=userid/PN=John_Smith/@Sprint.COM"
  252.  
  253. #F internet
  254. #T fidonet
  255. #R john smith at 1:2/3.4
  256. #I send to "john.smith@p4.f3.n2.z1.fidonet.org" 
  257.  
  258. #F internet
  259. #T geonet
  260. #R user at host
  261. #I send to "user:host@map.das.net"
  262. #I American host is geo4, European host is geo1.
  263.  
  264. #F internet
  265. #T mci
  266. #R John Smith (123-4567)
  267. #I send to "1234567@mcimail.com"
  268. #I or send to "JSMITH@mcimail.com" if "JSMITH" is unique
  269. #I or send to "John_Smith@mcimail.com" if "John Smith" is unique - note the
  270. #I    underscore!
  271. #I or send to "John_Smith/1234567@mcimail.com" if "John Smith" is NOT unique
  272.  
  273. #F internet
  274. #T mfenet
  275. #R user@mfenode
  276. #I send to "user%mfenode.mfenet@nmfecc.arpa"
  277.  
  278. #F internet
  279. #T nasamail
  280. #R user
  281. #C <postmaster@ames.arc.nasa.gov>
  282. #I send to "user@nasamail.nasa.gov"
  283.  
  284. #F internet
  285. #T peacenet
  286. #R user
  287. #C <support%cdp@arisia.xerox.com>
  288. #I send to "user%cdp@arisia.xerox.com"
  289.  
  290. #F internet
  291. #T sinet
  292. #R node::user or node1::node::user
  293. #I send to "user@node.SINet.SLB.COM" or "user%node@node1.SINet.SLB.COM"
  294.  
  295. #F internet
  296. #T span
  297. #R user@host
  298. #C <NETMGR@nssdca.gsfc.nasa.gov>
  299. #I send to "user@host.span.NASA.gov"
  300. #I   or to "user%host.span@ames.arc.nasa.gov"
  301.  
  302. #F internet
  303. #T sprintmail
  304. #R [userid "John Smith"/organization]system/country
  305. #I send to "/C=country/ADMD=system/O=organization/PN=John_Smith/DD.ID=userid/@Sprint.COM"
  306.  
  307. #F internet
  308. #T thenet
  309. #R user@host
  310. #I send to "user%host.decnet@utadnx.cc.utexas.edu"
  311.  
  312. #F mci
  313. #T internet
  314. #R John Smith <user@domain>
  315. #I at the "To:" prompt type "John Smith (EMS)"
  316. #I at the "EMS:" prompt type "internet"
  317. #I at the "Mbx:" prompt type "user@domain"
  318.  
  319. #F nasamail
  320. #T internet
  321. #R user@domain
  322. #I at the "To:" prompt type "POSTMAN"
  323. #I at the "Subject:" prompt enter the subject of your message
  324. #I at the "Text:" prompt, i.e. as the first line of your message,
  325. #I    enter "To: user@domain"
  326.  
  327. #F sinet
  328. #T internet
  329. #R user@domain
  330. #I send to "M_MAILNOW::M_INTERNET::\"user@domain\""
  331. #I      or "M_MAILNOW::M_INTERNET::domain::user"
  332.  
  333. #F span
  334. #T internet
  335. #R user@domain
  336. #C NETMGR@NSSDCA
  337. #I send to "AMES::\"user@domain\""
  338.  
  339. #F sprintmail
  340. #T internet
  341. #R user@domain
  342. #I send to "[RFC-822=user(a)domain @GATEWAY]INTERNET/TELEMAIL/US"
  343.  
  344. #F thenet
  345. #T internet
  346. #R user@domain
  347. #I send to UTADNX::WINS%" user@domain "
  348.  
  349. END
  350.  
  351. ------------------------------------------------------------------------------
  352.  
  353.  
  354. As a supplement, here are networks known *not* to have email gateways.
  355.  
  356. Network             Comments
  357. -------             ---------------------------------------------------
  358. American Online     Masato Ogawa (ogawa@sm.sony.co.jp) confirms
  359.                     that there is no gateway.
  360.  
  361. Dialog              mcmahan@netcom.UUCP (Dave Mc Mahan) reports that
  362.                     nobody responded to his query in October 1990.
  363.  
  364. GEnie               No gateway yet, but Bill Louden, the General Manager of
  365.                     GEnie, has stated publically that they are currently doing
  366.                     research into the feasibility of a gateway.  Trust me,
  367.                     if such a gateway is set up, you'll hear about it.
  368.  
  369.                     By the way, the machine genie.com is a red herring.
  370.  
  371. HandsNet            oze3@quads.uchicago.edu (J. Daniel Ozeran) reports
  372.                     that nobody responded to his query in January 1991.
  373.  
  374. Midas Internation headquarters in Chicago
  375.                     IO00393@MAINE.BITNET (Pete) reports that nobody
  376.                     responded to his query in January 1991.
  377.  
  378. Nifty-Serve         a Japanese BBS
  379.                     suzuki@sai.vtt.fi (Makoto Suzuki) contacted the
  380.                     system operators and confirmed that there is no gateway.
  381.  
  382. Prodigy             by IBM and Sears
  383.                     censors email
  384.                     charges the sender of the mail message
  385.                     Censorship details available from comp.risks issue 10.46.
  386.  
  387. Robert Halloran (rkh@mtune.ATT.COM) notes:
  388.  
  389. [GEnie, Prodigy, and American Online] have all apparently been approached more
  390. than once about gateways, and have refused to let all that un-screened (and
  391. FREE!) mail onto their respective networks....
  392.  
  393. --
  394.  
  395. Ajay Shekhawat           <Dept. of Comp. Sci., SUNY@Buffalo, Amherst, NY 14260>
  396. ajay@cs.Buffalo.EDU || ajay@sunybcs.BITNET || ajay@sunybcs.UUCP || 716.636.3027
  397.  
  398.  
  399.